From 580220fea273831afca4353e0b71896db4fa8749 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 1 Jul 2005 15:43:44 +0000 Subject: [PATCH] This patch fixes few typos in hg-cheatsheet.txt Signed-off-by: Nguyen Anh Quynh --- docs/misc/hg-cheatsheet.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/misc/hg-cheatsheet.txt b/docs/misc/hg-cheatsheet.txt index 46ab6f253b..a9e84efc9a 100644 --- a/docs/misc/hg-cheatsheet.txt +++ b/docs/misc/hg-cheatsheet.txt @@ -148,7 +148,7 @@ By default, Hg just shows the first line of the changset comments. You can find further information with "hg -v history". The changeset identifier has two parts, a _local_ monotonically -increasing changeset id, 4792 above, and a _global_ hash, which +increasing changeset id, 5599 above, and a _global_ hash, which follows the colon on the changeset line. The hash uniquely identifies the changeset and its lineage back to the root of the changeset tree -- it is useful for distributed management and so on. However, as it @@ -190,8 +190,8 @@ marking, though deletes should be picked up automatically creation: - touch a (or otherwise created a file) - hg add a + touch a.txt (or otherwise created a file) + hg add a.txt You can see what has changed using: -- 2.30.2